home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / AMOS / AMOSList-0697 / AMOSLIST / text0069.txt < prev    next >
Encoding:
Text File  |  1997-07-03  |  767 b   |  23 lines

  1. Hello all,
  2.  
  3. I want to have my game install using the standard installer script and
  4. then unpack all the disks using LHA.  How can I write the script to do
  5. this.  It seems the commodore installer wont handle DOS commands.
  6. When using the commodore installer with a script is it possible to add
  7. DOS commands like LHA to the script. 
  8. I am trying to write an installer using the standard commodore installer
  9. , that runs LHA to unpack the files just installed to the
  10. (dest@default-dest).
  11. So when I type...
  12. (copyfiles (source "Star_Fighter_Boot:")
  13.            (dest@default-dest)
  14.            (all)
  15. )
  16. ..can I then include the command 
  17. LHA e SF_BOOT (dest@default-dest)
  18. ...to get the currently copied file to unpack after being installed?
  19.  
  20. Any ideas?
  21. Cheers, Andy:GEOSYNC-MEDIA
  22.  
  23.